projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e00623c
)
* lisp/info.el (info-menu-star): Improve documentation
author
YugaEgo
<yet@ego.team>
Sun, 5 Dec 2021 21:05:41 +0000
(22:05 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 5 Dec 2021 21:05:41 +0000
(22:05 +0100)
* lisp/info.el (info-menu-star): Improve the doc string (bug#52315).
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 94537c2417ab0b2626f2226a638004a2a550199b..559460e8d2cb07f05894f431fcd14d9baed84817 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-115,7
+115,9
@@
The Lisp code is executed when the node is selected.")
(defface info-menu-star
'((((class color)) :foreground "red1")
(t :underline t))
- "Face for every third `*' in an Info menu.")
+ "Face used to emphasize `*' in an Info menu.
+The face is assigned to the third, sixth, and ninth `*' for easier
+orientation. See `Info-nth-menu-item'.")
(defface info-xref
'((t :inherit link))